home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3fillet.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_FILLET_H = 1;
- include("real/objects/r3numesh.js")
-
-
- var R3CLID_FILLET = 234;
-
-
-
-
-
-
-
- R3FILLETA_PointCount = 234501;
- function SetR3FILLETA_PointCount(value) {
- R3Set(this.r3obj, R3FILLETA_PointCount, value, R3TID_INTEGER, 0);
- }
-
- function GetR3FILLETA_PointCount() {
- return R3Get(this.r3obj, R3FILLETA_PointCount, R3TID_INTEGER, 0);
- }
-
- var R3FT_SIDE_VAR_U_V0 = 0;
- var R3FT_SIDE_VAR_U_V1 = 1;
- var R3FT_SIDE_VAR_V_U0 = 2;
- var R3FT_SIDE_VAR_V_U1 = 3;
- var R3FT_SIDE_NO_SIDE = 4;
- var R3TC_NOTRIM = 0;
- var R3TC_BLEND = 1;
- var R3TC_TRIM = 2;
-
-
- function r3Fillet () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_FILLET, arguments);
- }
- // Methods
-
- // Attributes
- this.GetPointCount=GetR3FILLETA_PointCount;
- this.SetPointCount=SetR3FILLETA_PointCount;
- }
-
- r3Fillet.prototype=new r3Numesh;
- // r3fillet.h_H